Zed::Plugin - Zed plugin management.
package Zed::Plugin::Sys::Echo; use Zed::Plugin; =head1 SYNOPSIS Echo some string just for testing plugin ex: echo foo bar =cut invoke "echo" => sub { #function invoke print for @_; print "\n"; }, sub{ qw(foo foo1 foo2) }; #matchs parameter 1
To install Zed, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Zed
CPAN shell
perl -MCPAN -e shell install Zed
For more information on module installation, please visit the detailed CPAN module installation guide.