Help for this page

Select Code to Download


  1. or download this
    require "somefile.pl";
    
    ...
    &someFile();
    
    &newform::func1();
    
  2. or download this
    sub someFile {
            print "LAMP";
    ...
            print "J2EE";
    }
    1;
    
  3. or download this
    package newform;
    
    ...
            }
    
    1;
    
  4. or download this
    
    Undefined subroutine &main::someFile called at s1.pl line 5.