Help for this page

Select Code to Download


  1. or download this
    my $lib;             # $lib declared at file scope
    use lib $lib = '.';  # file-scope $lib accessed in "use scope"
    print $lib;          # file-scope $lib accessed in file scope