Help for this page

Select Code to Download


  1. or download this
    #define CXt_NULL        0
    #define CXt_SUB         1
    #define CXt_EVAL        2
    ...
    #define CXt_SUBST       4
    #define CXt_BLOCK       5
    #define CXt_FORMAT      6
    
  2. or download this
    [~] $ perl -le'$_="foo";s/foo/my $x="bar"/e;print;print ">>>$x<<<"'
    bar
    >>><<<
    
  3. or download this
    [~] $ cat tmp/format 
    format =
    @<<<<<<<
    ...
    perl -l tmp/format
    foo
    >>><<<