Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print "$DBH\n";
    
    sub retval { return $_[0] }
    
  2. or download this
    my $orr || print "or\n";
    my $andd && print "and\n";