Help for this page

Select Code to Download


  1. or download this
    do "q.pl";  # prints module
    
  2. or download this
    # q.pl
    if (__FILE__ eq $0) {
    ...
        print "module\n";
    }