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 |
|---|
| next(3pm) - redhat |
| yast2(8) - suse |
| base(3pm) - centos |
| moo::role5.18(3) - mojave |
| class::mixinfactory(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Migrating to UNIX |
| Cut command on RHEL 6.8 compatibility issues |
| Tar Command |
| The Future of the PM (Private Message) System at UNIX.com |
| Shopt -s histappend |