Help for this page

Select Code to Download


  1. or download this
    use strict; 
    
    ...
            print "No such command: $string\n"; 
        } 
    }
    
  2. or download this
    my $commands = <>;
    chomp $commands;
    
  3. or download this
    my $this = &that($thing);