Help for this page

Select Code to Download


  1. or download this
    BEGIN { unshift @INC, ".lib/"; }
    use DBI;
    use CGI;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    BEGIN { vars qw( $VERSION $var ) }
    $var = 5;
    print __PACKAGE__,"\n",$var,"\n";