Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Pulling Values out of a File

by thabenksta (Pilgrim)
on Apr 13, 2001 at 22:34 UTC ( [id://72427]=note: print w/replies, xml ) Need Help??


in reply to Pulling Values out of a File

Could you please explain your problem a little more?

my $name = 'Ben Kittrell'; $name=~s/^(.+)\s(.).+$/\L$1$2/g; my $nick = 'tha' . $name . 'sta';

Replies are listed 'Best First'.
Re: Re: Pulling Values out of a File
by Anonymous Monk on Apr 13, 2001 at 22:37 UTC
    I just want to pull out everything from the file except the pitching information. I want to be able to pull this info out and output it to an html format.

      Yes i see, but what is happening, what is not working about it, are you getting errors, is it working fine but it still gives you the pitching info, what is the problem exactly?

      When asking a question it helps when you give more details of the problem, that way I dont have to totally figure out what you are trying to do, I can just focus on the main problem.

      my $name = 'Ben Kittrell'; $name=~s/^(.+)\s(.).+$/\L$1$2/g; my $nick = 'tha' . $name . 'sta';
        I have a text file and I am trying to pull all of the sections out except the PITCHING. From what I have written so far I am only able to pull the Scoring Position info out. The information that I pull out I then want to be able to print this out into an HTML format. Does this help?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found