Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

RE: RE: Re: Modules vs. Libraries

by takshaka (Friar)
on Jun 28, 2000 at 21:43 UTC ( [id://20215]=note: print w/replies, xml ) Need Help??


in reply to RE: Re: Modules vs. Libraries
in thread Modules vs. Libraries

Eh? I thought $^O worked on Win32 with at least 5.005_3 and up, if not even earlier. It certainly works with 5.6.0.

Incidentally, I don't see the code you mentioned, but I assume it uses Config.pm (ie, $Config{archname}).

Replies are listed 'Best First'.
RE: Re: Modules vs. Libraries
by Intrepid (Deacon) on Jun 28, 2000 at 22:15 UTC

    Eh? I thought $^O worked on Win32 with at least 5.005_3 and up, if not even earlier. It certainly works with 5.6.0.
    Incidentally, I don't see the code you mentioned, but I assume it uses Config.pm (ie, $Config{archname}).
    if ("Win32" ne  "WinNT")  {
     @Win32 = ("Win95","Win98","Win2000","WinNT");
    }
    

    Sorry, the code snippet I refer to is OS.pl, it has just been posted.


    Intrepid

    Q: What is the sound of several hundred Perler-dogs chasing cool code?
    A: YAPC - YAPC - YAPC .. ! :)

Log In?
Username:
Password:

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

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

    No recent polls found