Name: Anonymous 2011-10-19 13:03
If someone added braces, switches,
static and private, protected, ... to Python I would use it.
static and private, protected, ... to Python I would use it.
#!/usr/bin/perl
use Switch;
switch ($linenum)
{
case "45" { $in = "$line" ; }
case "55" { $out = "$line" ; }
}