Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: SoundOff Program (eg. for Pandora Radio)

by jwkrahn (Abbot)
on Dec 05, 2011 at 04:19 UTC ( [id://941786]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $xpm = qq{
            :/* XPM */
    ...
            $xpm .= qq{\n\t\t:"$line",};
        }
        $xpm =~ s/(^\s+:)|((?<=\n)\s+:)|(\s+$)//g;
    
  2. or download this
        $xpm =~ s/^\s+://mg;
        $xpm =~ s/\s+$//;
    
  3. or download this
        $xpm =~ s/(?:^\s+:)|(?:(?<=\n)\s+:)|(?:\s+$)//g;
    

Log In?
Username:
Password:

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

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

    No recent polls found