Query: yast::scragent
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YaST::SCRAgent(3) User Contributed Perl Documentation YaST::SCRAgent(3)NAMEYaST::SCRAgent - a class for stdio-communicating YaST agents.SYNOPSISpackage 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 |
| ifcfg-vlan(5) - suse |
| moo::role(3) - mojave |
| class::mixinfactory(3pm) - debian |
| class::mixinfactory::next(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Is UNIX an open source OS ? |
| Change directory error |
| Update kernel Linux without reboot?! |
| SOCKS proxy & PAM configuration exposure |