Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

pryrt's scratchpad

by pryrt (Abbot)
on Mar 18, 2016 at 23:38 UTC ( [id://1158293]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\TEMP> mkdir tmp
    C:\TEMP> echo blah >> tmp\a.txt
    ...
    a: blah
    a: blah blah
    a: blah blah blah
    
  2. or download this
    gcc -c -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE  -DPERL_TEXTMODE_SCRIPTS 
    +-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-alias
    +ing -mms-bitfields  -I"C:\usr\local\apps\strawberry\perl\lib\CORE"  -
    +DPARL_EXE=\"parl.exe\" -DPAR_PACKER_VERSION=\"1.036\" -s -O2 boot.c
    In file included from mktmpdir.h:85:0,
    ...
    sha1.c:146:2: warning: right shift count >= width of type
      T >>= 32;
      ^
    
  3. or download this
        start cpanm -L .\locallib --look pp             &rem will put the 
    +`--look` shell in locallib mode
        copy some_other_icon.ico myldr\winres\pp.ico    &rem update the ic
    +on; won't necessarily show updated icon in Explorer.exe unless you ru
    +n SHChangeNotify†
        cpanm --notest .                                &rem from same she
    +ll, so inherits the locallib from `--look`
        exit                                            &rem leaves the `-
    +-look` shell
    
  4. or download this
        setlocal
        PATH=c:\path\to\locallib\bin;%PATH%
        set PERL5LIB=C:\path\to\locallib\lib\perl5
        pp -x -o out.exe in.pl
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-10-03 20:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (42 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.