Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    Missing right curly or square bracket at test.pl line 10, within strin
    +g
    syntax error at test.pl line 10, at EOF
    Execution of test.pl aborted due to compilation errors.
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    $ perl test.pl
    [a+b]*c
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    $ perl test.pl
    [a+b]*c
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $ perl test.pl
    [a+b)*c
    [a+b]*c