Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

padre::util::win32(3pm) [debian man page]

Padre::Util::Win32(3pm) 				User Contributed Perl Documentation				   Padre::Util::Win32(3pm)

NAME
Padre::Util::Win32 - Padre Win32 API Functions DESCRIPTION
The "Padre::Util::Win32" package provides an XS wrapper for Win32 API functions All functions are exportable and documented for maintenance purposes, but except for in the Padre core distribution you are discouraged in the strongest possible terms from using these functions, as they may be moved, removed or changed at any time without notice. FUNCTIONS
"GetLongPathName" Padre::Util::Win32::GetLongPathName($path); Converts the specified path $path to its long form. Returns "undef" for failure, or the long form of the specified path "Recycle" Padre::Util::Win32::Recycle($file_to_recycle); Move $file_to_recycle to recycle bin Returns "undef" (failed), zero (aborted) or one (success) "AllowSetForegroundWindow" Padre::Util::Win32::AllowSetForegroundWindow($pid); Enables the specified process $pid to set the foreground window via "SetForegroundWindow" http://msdn.microsoft.com/en-us/library/ms633539(VS.85).aspx <http://msdn.microsoft.com/en-us/library/ms633539(VS.85).aspx> "ExecuteProcessAndWait" Padre::Util::Win32::ExecuteProcessAndWait( directory => $directory, file => $file, parameters => $parameters, show => $show, ) Execute a background process named "$file $parameters" with the current directory set to $directory and wait for it to end. If you set $show to 0, then you have an invisible command line window on win32! "GetCurrentProcessMemorySize" Padre::Util::Win32::GetCurrentProcessMemorySize; Returns the current process memory size in bytes "GetLastErrorString" Padre::Util::Win32::GetLastError; Returns the error code of the last Win32 API call. The list of error codes could be found at http://msdn.microsoft.com/en-us/library/ms681381(VS.85).aspx <http://msdn.microsoft.com/en- us/library/ms681381(VS.85).aspx>. "GetLastErrorString" Padre::Util::Win32::GetLastErrorString; Returns the string representation for the error code of the last Win32 API call. COPYRIGHT
Copyright 2008-2012 The Padre development team as listed in Padre.pm. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.14.2 2012-06-27 Padre::Util::Win32(3pm)

Check Out this Related Man Page

Padre::Plugin::PDL(3pm) 				User Contributed Perl Documentation				   Padre::Plugin::PDL(3pm)

NAME
Padre::Plugin::PDL - PDL support for Padre SYNOPSIS
cpan Padre::Plugin::PDL Then use it via Padre, The Perl IDE. DESCRIPTION
Once enabled, one will automatically get the following features: Context-sensitive help integration Press F2 to get the help for the current PDL keyword BUGS
Please report any bugs or feature requests to "bug-padre-plugin-pdl at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-PDL <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-PDL>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Padre::Plugin::PDL You can also look for information at: o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-PDL <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-PDL> o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Padre-Plugin-PDL <http://annocpan.org/dist/Padre-Plugin-PDL> o CPAN Ratings http://cpanratings.perl.org/d/Padre-Plugin-PDL <http://cpanratings.perl.org/d/Padre-Plugin-PDL> o Search CPAN http://search.cpan.org/dist/Padre-Plugin-PDL/ <http://search.cpan.org/dist/Padre-Plugin-PDL/> SEE ALSO
PDL, Padre AUTHORS
Ahmad M. Zawawi <ahmad.zawawi@gmail.com> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ahmad M. Zawawi This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-15 Padre::Plugin::PDL(3pm)
Man Page