How do you print the simbol # - help here!
I am doing a Perl script and I have this question, how do you print the simbol # in a page without been interpreted as it normally is by perl.
Would it be between backslashes like this \#\ ?
I am doing a Perl script and I have this question, how do you print the simbol # in a page without been interpreted as it normally is by perl.
Would it be between backslashes like this \#\ ?
JP Stones posted this at 21:11 — 21st October 1999.
They have: 2,390 posts
Joined: Nov 1998
I would expect you just have to escape it...
JP
----------
[red]The Next Step in Website Development [/red] - http://www.what-next.com
The Webmaster Promotion and Resource Center
elara posted this at 03:10 — 23rd October 1999.
They have: 112 posts
Joined: Apr 1999
Hi,
Yeah, you need to escape the character like this "\#", only one blackslash is needed.
Later..
Joe Thong
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.