Help for this page

Select Code to Download


  1. or download this
    { package MyDate;
    use strict;
    use warnings;
    ...
    use warnings;
    say MyDate->day;        
    say MyDate->month;
    
  2. or download this
    String found where operator expected at 879141.pl line 6, near "say "G
    +oing into AUTOLOAD""
            (Do you need to predeclare say?)
    String found where operator expected at 879141.pl line 9, near "Carp::
    +croak "Invalid method: $method.""
    ...
    syntax error at 879141.pl line 6, near "say "Going into AUTOLOAD""
    syntax error at 879141.pl line 9, near "Carp::croak "Invalid method: $
    +method.""
    BEGIN not safe after errors--compilation aborted at 879141.pl line 26.