Help for this page

Select Code to Download


  1. or download this
    X = Y = Z
    
  2. or download this
    Y = Z
    X = Y
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
        # More obvious data?
        print Dumper $some_array_ref;
    }
    
  4. or download this
    $VAR1 = [
              1,
    ...
              3,
              'a'
            ];