Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: split function

by arhuman (Vicar)
on Nov 12, 2001 at 22:10 UTC ( [id://124869]=note: print w/replies, xml ) Need Help??


in reply to split function

Jeffa has the answer, but just for you to know :

change
  print TEXT;
to
  print TEXT "$description $UIC1 $UIC2 $UIC3\n";

You're currently printing $_ (ie what you're reading !) that's why there's no change...


"Only Bad Coders Code Badly In Perl" (OBC2BIP)

Replies are listed 'Best First'.
Re: Re: split function
by belg4mit (Prior) on Nov 12, 2001 at 22:16 UTC
    This will give blank lines (if on UN*X). He isn't chomping so $UIC3 already has a newline...

    <bold>UPDATE</bold>: Originally neglected to negate the conjugated to be

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-24 00:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found