Help for this page

Select Code to Download


  1. or download this
    -i=4        # 4 character indents in blocks
    -pt=2       # "horizontal tightness"
    ...
    -nolq       # no "outdenting" for long quotes/strings
    -sot        # stack opening tokens - same as -sop -sohb -sosb
    -sct        # stack closing tokens
    
  2. or download this
    -    error(300) if $@; # 300 = GSI_BAD_ID
    +    error(300) if $@;    # 300 = GSI_BAD_ID
    
  3. or download this
         my $d;
         $d->{status}      = 'queued';
         $d->{description} = 'The action was successfully queued';
    -    $d->{id}          = '12345'; # Identifies action request
    +    $d->{id} = '12345';    # Identifies action request