Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print "Enter a number:";
    my $input = <STDIN>;
    print "47\n";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    L0130: $A = INPUT();
    L0140: PR1NT "\n";
    L0150: goto L0010;