Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: hiccoughing here documents

by AnomalousMonk (Archbishop)
on Aug 14, 2017 at 18:48 UTC ( [id://1197375]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    # sub hiccup (&@) { return join "\n", map $_[0]->(), @_[ 1 .. $#_ ]; }
    
    print "[[$s]]";
    
  2. or download this
    package Hic;
    
    ...
    sub hiccup (&@) { return join "\n", map $_[0]->(), @_[ 1 .. $#_ ]; }
    
    1;
    
  3. or download this
    c:\@Work\Perl\monks\Anonymous Monk\1197277>perl hiccup_here_3.pl
    [[iptables -t nat -N outbound-DMZ
    ...
    flocculate -f BOFF -j SNAT --to-source SOMEWHERE
    iptables -t nat -A outbound-DMZ -j RETURN
    ]]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1197375]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-19 12:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found