Help for this page

Select Code to Download


  1. or download this
        print unindent( <<"    END" );
            Usage: $0 [flags] [args]
            Gropples the snarflog.
    ...
                       wide  Minimize alphabet size.
            Do not use on UTF8 files.
        END
    
  2. or download this
    sub unindent { s/^\s*\S//gm }
    
        print unindent( <<"    END" );
    ...
            .           wide  Minimize alphabet size.
            .Do not use on UTF8 files.
        END