Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use diagnostics;
    
  2. or download this
    $a = 'name';
    $b = 5;
    ...
    my $d = 5;
    
    print "$a\[$b\]" eq "$c\[$d\]" ? "ok\n" : "booger\n";