Help for this page

Select Code to Download


  1. or download this
    print "I will calculate whatever\n",
          "you specify according to\n",
    ...
    
    my $i = 0;
    ....
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
           print "illegal entry!\n";
        }   
    }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    3. is an illegal entry
    4.0 amps
    10ba is an illegal entry
    
  4. or download this
    prompt>    i  =  2.3
    prompt> t=3
    ...
    i=3
    prompt>q
    good bye!
    
  5. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
           print "illegal syntax!\n";
        }    
    }