Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Excel Win32::OLE - copy data problem

by roboticus (Chancellor)
on Dec 08, 2009 at 15:20 UTC ( [id://811757]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -d dbg.pl
    
    ...
    Enter h or `h h' for help, or `man perldebug' for more help.
    main::(dbg.pl:5):       my $t;
      DB<1>
    
  2. or download this
      DB<1> b sub_find_last
      DB<2> r
    main::sub_find_last(dbg.pl:31):         my $X = shift;
      DB<2>
    
  3. or download this
      DB<2> n
    main::sub_find_last(dbg.pl:32):         return if !defined $X;
    ...
            main::sub_find_last(undef) called at dbg.pl line 8
    
      DB<3>
    
  4. or download this
    if($select_sheet->Range("A1")->{Value} =~ /Step/i)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-24 19:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found