Help for this page

Select Code to Download


  1. or download this
    syntax error at phone.pl line 5, near "+=="
    "use" not allowed in expression at phone.pl line 19, at end of line
    BEGIN not safe after errors--compilation aborted at phone.pl line 20.
    
  2. or download this
    #!/usr/bin/perl -w
    package Cellular::Automata::1D;
    ...
        @EXPORT      = qw();
        %EXPORT_TAGS = ( );
    }