in reply to Re: Failure with rcp
in thread Failure with rcp

Woo Hoo!! It worked!!! 64 Slices of American cheese for you, sir!! Thanks... btw, i haven't seen the q!..! syntax before... what's it mean?

Update:without meaning to be a -- magnet, i wanted to remark that through another script, i found that the problem with this script was, i wasn't  close (FILE) before i rcp'ed... *sigh*... code and learn...

Replies are listed 'Best First'.
RE: RE: Re: Failure with rcp
by Fastolfe (Vicar) on Oct 27, 2000 at 19:13 UTC
    q/.../ is identical to '...', or a single-quoted string. See perlop.

    Perhaps you were using double-quotes, and something in your string got interpolated, breaking it? That's why I kept trying to get you to test your assumptions, specifically: that these variables held the values you were expecting. That's why my examples had no variables at all, and I kept saying that if your example was any more complex than that (included variables, for example), then that additional complexity was almost certainly to blame. If I'm understanding all of this, it was.