Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I need to know in what OS and Perl versions the resource to set $0 works.

I know that it works on:

Linux - Perl-5.8.0 ; Perl-5.8.1 ; Perl-5.8.3
And here's a test script:
$|=1 ; print "$0\n" ; $0 = 'SET_0_WORKS' ; print "$0\n" ; for(0..1000) { sleep(1); print ".\n" ; }
To test, run it than see if 'SET_0_WORKS' appear is the process list. On Linux we type 'ps aux'.

Thanks in advance.

Also this informations can be added to the Perl docs, since we don't see any list of that there.

UPDATE:
The resource to set $0 is to change the information text of the process (let's say title) in the the process table. So, this is not just to see if $0 = foo works, but to see if the change in that variable appear in the process list. I say that because there are a lot of Windows replies saying that it works!

Graciliano M. P.
"Creativity is the expression of the liberty".


In reply to In what OS and Perl version set $0 works? by gmpassos

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found