Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    sub Option {
      print "We're in option.\n";
    }
    
  2. or download this
    Can't use string ("Option") as a subroutine ref while "strict refs" in
    + use at ./foo.pl line 7.