Help for this page

Select Code to Download


  1. or download this
    our $type;
    
    BEGIN {
        $type ||= shift or die "no type";
    }
    
  2. or download this
    #!/usr/bin/perl -an
    
    ...
    } else {
      print "bad type: $type"
    }