Divinedimepiece has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Problem Opening File
by davorg (Chancellor) on Jul 13, 2004 at 13:44 UTC

    The '\' in your filename string has a special meaning to Perl. Either double it (\\) or reverse it (/).

    --
    <http://www.dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg

Re: Problem Opening File
by ccn (Vicar) on Jul 13, 2004 at 13:44 UTC
    open (OUT, ">D:\\$name_parse[0].scr");

    Note double backslash inside of doublequoted string

Re: Problem Opening File
by zentara (Cardinal) on Jul 13, 2004 at 14:34 UTC
    I don't want to discourage you in anyway, but you should really try to use a descriptive name as your node title. Your node title, especially in all caps, makes you sound like a whiny kid. It also is better for searching nodes, when the title is meaningful. In the newsgroups and emaillists, many people just automatically delete posts named like that.

    I'm not really a human, but I play one on earth. flash japh
      Oh i am in no way discouraged..Again i am new to this .....Perl and this site....And that was the case .....I was looking for someone to help me ....And evidently it worked.... THANKS