Query: mojolicious::command::get
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mojolicious::Command::get(3pm) User Contributed Perl Documentation Mojolicious::Command::get(3pm)NAMEMojolicious::Command::get - Get commandSYNOPSISuse Mojolicious::Command::get; my $get = Mojolicious::Command::get->new; $get->run(@ARGV);DESCRIPTIONMojolicious::Command::get is a command interface to Mojo::UserAgent.ATTRIBUTESMojolicious::Command::get performs requests to remote hosts or local applications. "description" my $description = $get->description; $get = $get->description('Foo!'); Short description of this command, used for the command list. "usage" my $usage = $get->usage; $get = $get->usage('Foo!'); Usage information for this command, used for the help screen.METHODSMojolicious::Command::get inherits all methods from Mojo::Command and implements the following new ones. "run" $get->run(@ARGV); Run this command.SEE ALSOMojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.14.2 2012-09-05 Mojolicious::Command::get(3pm)
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Detecting unused variables... |
Weird 'find' results |