Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        do $filename;
        eval $sub;
    }
    
  2. or download this
    #cat other.pl
    
    sub hello {
        print "hello world\n";
    }
    
  3. or download this
    # cat other2.pl
    sub hi {
        print "hi, world!\n";
    }
    
  4. or download this
    $ perl test_runtime.pl 1 other.pl hello
    
  5. or download this
    $ perl test_runtime.pl 2 other2.pl hi
    $ perl test_runtime.pl 3 other2.pl hi
    
  6. or download this
     _  _ _  _  
    (_|| | |(_|><
     _|