Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
    print Data::Dumper->Dump([\@return],['return']);
    
  2. or download this
    #!/usr/bin/perl
    print "Foo\n";
    ...
    print "Bar\n";
    sleep 3;
    print "Foobar\n";
    
  3. or download this
    $return = [];