Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: perl cant find it anymore!

by Octavian (Monk)
on Jun 18, 2001 at 19:17 UTC ( [id://89330]=note: print w/replies, xml ) Need Help??


in reply to Re: perl cant find it anymore!
in thread perl cant find it anymore!

I noticed this problem further down the page after I posted this....I see it is not just myself that is having a problem....does HP11.11 not play nice with perl or something? and I cant do your fix just yet, because I am also having a problem with the @ symbol...seems I cant type it on this friggen system....it kind of acts like a Ctrl-W key or something...it is really messed up *sigh*

Replies are listed 'Best First'.
Re: Re: Re: perl cant find it anymore!
by ariels (Curate) on Jun 18, 2001 at 19:55 UTC
    Your @ woes are UN*X-related, not Perlish.
    You know it's a UNIX system when backspace does something else.
    In your case, stty sane (typed at the shell!) should fix things). If not, stty werase ^w should help.

    Bonus old fart points for remembering which key deletes just one character!

      You know it's a UNIX system when backspace does something else.

      I used to work with a sysadmin who taught people to not leave their environment config files world-writable by inserting the following line:

      stty erase ' '
      A dirty trick, but effective. If it ever happens to you, remember that '\' is the shell escape character. :)
      > Bonus old fart points for remembering which key deletes just one character!

      You don't mean ^H, do you? That can't be it, or I'd be earning 'Bonus old fart points'.

      Update: I have been informed that as I suspected, my initial thought was too simple.

      BTW, while on this topic... Using Term::ANSI can be much more convenient than using print and \c all the time.

      Chris

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found