Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

(bbfu) Re2: I know this probably isn't possible, but...

by bbfu (Curate)
on Jul 30, 2001 at 00:20 UTC ( #100727=note: print w/replies, xml ) Need Help??


in reply to Re: I know this probably isn't possible, but...
in thread trigger script on file change in WinME

If you're running ActiveState, it comes with an alternate executable wperl.exe that is a true Win32 app. and so doesn't display the console window. This is great for applications like yours, as well as writing Tk or Win32::GUI apps in Perl. :-) I usually set up an association with wperl.exe for any files with the extension .plw.

If you're not using ActiveState, or don't have a wperl.exe for some reason, you can make your own or you can try the work-around.

bbfu
Seasons don't fear The Reaper.
Nor do the wind, the sun, and the rain.
We can be like they are.

Replies are listed 'Best First'.
Re: (bbfu) Re2: I know this probably isn't possible, but...
by Anonymous Monk on Jul 30, 2001 at 07:55 UTC
    how does being a win32 app change what perl can do? can i still use file tests like -e and -M? and can i still use localtime?

      The only thing it changes is how Windows treats the application when it starts; ie. whether or not Windows creates a console window for the application when it's first started. Everything else should work exactly the same.

      bbfu
      Seasons don't fear The Reaper.
      Nor do the wind, the sun, and the rain.
      We can be like they are.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2023-12-11 13:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?