Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        $object->test;
    }
    
  2. or download this
    package demo1;
    
    ...
        print "demo1\n";
    }
    1;
    
  3. or download this
    package demo2;
    
    ...
        print "demo2\n";
    }
    1;
    
  4. or download this
    my $temp = "demo1.pm";
    require $templ