yast::scragent(3) suse man page | unix.com

Man Page: yast::scragent

Operating Environment: suse

Section: 3

YaST::SCRAgent(3)					User Contributed Perl Documentation					 YaST::SCRAgent(3)

NAME
YaST::SCRAgent - a class for stdio-communicating YaST agents.
SYNOPSIS
package my_agent; use YaST::SCRAgent; our @ISA = ("YaST::SCRAgent"); sub Read { if ($path eq ".foo") { ... return ["a", "b"];} } sub Write { ... return 1; } package main; my_agent->Run; perl v5.12.1 2006-09-19 YaST::SCRAgent(3)
Related Man Pages
yast2(8) - suse
base(3pm) - mojave
parent(3) - centos
ycp(3) - suse
moo::role5.18(3) - mojave
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
A (ksh) Library For and From UNIX.com
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend
32 bit process addressing more than 4GB