GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Authen::PAAS::ConsoleCallback(3) User Contributed Perl Documentation Authen::PAAS::ConsoleCallback(3)

Authen::PAAS::ConsoleCallback - blah

  use Authen::PAAS::ConsoleCallback;

  my $callback = Authen::PAAS::ConsoleCallback->new("Enter username: ");
  my $username = $callback->data;

This provides a callback which prompts for data on STDOUT, and reads a response from STDIN.

my $callback = Authen::PAAS::ConsoleCallback->new($label);
Create a new console callback, using the $label parameter as the prompt to display on STDOUT.
my $data = $callback->data;
Displays a prompt on STDOUT (flushing buffers, in case the prompt did not contain a newline). A response is then read from STDIN, with any leading or trailing whitespace is trimmed, before the data is returned

Daniel Berrange <dan@berrange.com>

Copyright (C) 2004-2006 Daniel Berrange

Authen::PAAS::Callback
2006-06-03 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.