Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    my $a = 1;
    my $c = 2;
    print $a + c;