Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use warnings;
    ...
    5.026000 4.36
    Use of uninitialized value in subroutine exit at .../CGI.pm line 472.
    <input type="text" name="end_date"  />
    
  2. or download this
    $ perl -wle 'sub x{@_} print x(substr undef,0)'