Help for this page

Select Code to Download


  1. or download this
    while( 1 )
    {
    ...
      chomp( $cmd = <STDIN> );
      &do_stuff( $cmd );
    }
    
  2. or download this
    my JAPH:
      print"Just another Perl hacker\n";
      #    ^ look, no space! pretty tricky hey?