Help for this page

Select Code to Download


  1. or download this
    int b = ({ multiple commands here; final command = return value; });
    
  2. or download this
    my $a = shift || ({ print "enter in value for a:"; <STDIN>; });
    
  3. or download this
    #!/user/local/bin/perl
    use warnings;
    ...
    
    print "a: $a\n";
    print "b: $b\n";