Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How do I convert VBA script to Perl? - Using Win32::OLE

by serf (Chaplain)
on Jan 24, 2006 at 15:48 UTC ( [id://525206]=note: print w/replies, xml ) Need Help??


in reply to How do I convert VBA script to Perl? - Using Win32::OLE

If you're going to be building this block of code the same way in Perl i.e. using a sub then you could use return where it has Exit Sub.

I'm sorry I'm on Linux so can't text Win32 MAPI stuff for you, but if your piece of code:

if ($Inbox->Items->$Count == 0)
works (by the way that's == for a test, not = which would be an assignment) then you could use:
return if ($Inbox->Items->$Count == 0);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found