Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    package main;
    ...
       my $self = shift;
       print "Here is another namer","\n";
    }
    
  2. or download this
    From test1
    Can't call method "print_name" without a package or object reference a
    +t ./ll.pl line 27.