Help for this page

Select Code to Download


  1. or download this
    print "Hello\n";
    
  2. or download this
    print "1: ", join ', ', %INC, "\n";
    do 'hello.pl';
    print "2: ", join ', ', %INC, "\n";
    use Data::Dumper;
    print "3: ", join ', ', %INC, "\n";