Help for this page

Select Code to Download


  1. or download this
      #!/usr/bin/perl
      use strict;
    ...
      my @params=CGI::param();
      my $wbArrayRef=[WeirdBugObject->new(),WeirdBugObject->new()];
      foreach my WeirdBugObject $wbo (@$wbArrayRef){print(ref($wbo),"\n");
    +}
    
  2. or download this
      CGI::read_from_cmdline: Can't declare class for non-scalar @words in
    + "my" at testWeirdBug.pl line 11.