Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    $test1 = "value of test1";
    ...
    # $main::{"test1"} = "test1";
    print "\$test1 = >>", $test1, "<<\n";
    print "Main package: ", $main::test1, "\n";