Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    Bar();
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
    print "\nDone!\n";
    
  3. or download this
    20:54:50.70@admin:> perl tester.pl
    Undefined subroutine &main::Bar called at testee.pl line 7.
    ...
    Done!
    
    20:54:56.11@admin:>