Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: What does my @x= (undef)x7; do?

by Corion (Patriarch)
on Nov 09, 2015 at 14:34 UTC ( [id://1147255]=note: print w/replies, xml ) Need Help??


in reply to What does my @x= (undef)x7; do?

use Data::Dumper; my @x= (undef)x7; warn Dumper \@x;

It initializes an array with 7 instances of undef.

The rest should be clear from reading the documentation on Win32API::File::GetVolumeInformation.

Replies are listed 'Best First'.
Re^2: What does my @x= (undef)x7; do?
by gepebril69 (Scribe) on Nov 09, 2015 at 15:40 UTC

    @Corion

    Thanks very much for this info!!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-16 05:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found