Help for this page

Select Code to Download


  1. or download this
    #!/tool/pandora64/bin/perl -w -I ./
    
    ...
    print(join("\n", @INC));
    
    1;
    
  2. or download this
    package w;
    # in ./A
    ...
        print("w ending now.\n");
    }
    1;