Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

config::model::backend::debian::dpkg::control(3pm) [debian man page]

Config::Model::Backend::Debian::Dpkg::Control(3pm)	User Contributed Perl Documentation	Config::Model::Backend::Debian::Dpkg::Control(3pm)

NAME
Config::Model::Backend::Debian::Dpkg::Control - Read and write Debian Dpkg control information VERSION
version 2.021 SYNOPSIS
No synopsis. This class is dedicated to configuration class "Debian::Dpkg::Control" DESCRIPTION
This module is used directly by Config::Model to read or write the content of Debian "control" file. All "control" files keyword are read in a case-insensitive manner. CONSTRUCTOR
new ( node => $node_obj, name => 'Debian::Dpkg::Control' ) ; Inherited from Config::Model::Backend::Any. The constructor will be called by Config::Model::AutoRead. read ( io_handle => ... ) Of all parameters passed to this read call-back, only "io_handle" is used. This parameter must be IO::File object already opened for read. It can also be undef. In this case, "read()" will return 0. When a file is read, "read()" will return 1. write ( io_handle => ... ) Of all parameters passed to this write call-back, only "io_handle" is used. This parameter must be IO::File object already opened for write. "write()" will return 1. AUTHOR
Dominique Dumont, (ddumont at cpan dot org) SEE ALSO
Config::Model, Config::Model::AutoRead, Config::Model::Backend::Any, perl v5.14.2 2012-11-09 Config::Model::Backend::Debian::Dpkg::Control(3pm)

Check Out this Related Man Page

Config::Model::Backend::Fstab(3pm)			User Contributed Perl Documentation			Config::Model::Backend::Fstab(3pm)

NAME
Config::Model::Backend::Fstab - Read and write config from fstab file VERSION
version 2.021 SYNOPSIS
No synopsis. This class is dedicated to configuration class "Fstab" DESCRIPTION
This module is used directly by Config::Model to read or write the content of a configuration tree written with "fstab" syntax in "Config::Model" configuration tree. Typically this backend will be used to read and write "/etc/fstab". Comments in file_path This backend is able to read and write comments in the "/etc/fstab" file. STOP
The documentation below describes methods that are currently used only by Config::Model. You don't need to read it to write a model. CONSTRUCTOR
new ( node => $node_obj, name => 'fstab' ) ; Inherited from Config::Model::Backend::Any. The constructor will be called by Config::Model::AutoRead. read ( io_handle => ... ) Of all parameters passed to this read call-back, only "io_handle" is used. This parameter must be IO::File object already opened for read. It can also be undef. In this case, "read()" will return 0. When a file is read, "read()" will return 1. write ( io_handle => ... ) Of all parameters passed to this write call-back, only "io_handle" is used. This parameter must be IO::File object already opened for write. "write()" will return 1. AUTHOR
Dominique Dumont, (ddumont at cpan dot org) SEE ALSO
Config::Model, Config::Model::AutoRead, Config::Model::Backend::Any, perl v5.14.2 2012-11-09 Config::Model::Backend::Fstab(3pm)
Man Page

8 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

DEC 3000 Model 800/800S AXP (RAM Required)

Hi all, Have two legacy DEC 3000 Model 800/800S AXP boxes and woud apart from learning how to set them up properly, I'd like to also increase the amount of RAM on both (or at least one) of the servers. Currently I've moved all the RAM from the second box into the primary box which now holds a... (2 Replies)
Discussion started by: Cameron
2 Replies

2. Debian

Turning on write-permission in Debian?

How can i do that? Is it safe? Why is it disabled by default? Thanks /Richard ++ ie: the program to write to other users on my computer. -- (3 Replies)
Discussion started by: riwa
3 Replies

3. AIX

Migration from OLD server to NEW one

Hi everybody, I want ask if it is possible to copy all storage structure (VGs, LVs & filesystems) from one server to another. In other words, I want to move my system from old server to new one, so I want the new server exactly have the same sizes and number of VGs, LVs, & filesystems. Thanks... (11 Replies)
Discussion started by: aldowsary
11 Replies

4. Shell Programming and Scripting

Creating a table

I have a file like below Iter 1: Best Model = 10.0 12.0 13.0 17.0 23.3 78.7 Iter 2: Best Model = 10.0 20.0 30.0 40.0 50.0 60.0 Iter 3: Best Model = 27.3 46.3 84.5 23.0 34.5 35.4 etc I want to use a scipts using csh or awk to select the iteration number and show the numbers in a table... (2 Replies)
Discussion started by: kristinu
2 Replies

5. HP-UX

File sharing between HP-UX 9 & W2K/XP

My company has several HP Model 715/100 machines running HP-UX 9 , that can't really be upgraded due to compatibility issues with some equipment it's tied to. Each UX box mounts a directory off of a Windows NT4 machine acting as an NFS server (using DiskShare Server 3 and 4), and as we upgrade the... (3 Replies)
Discussion started by: GoldnPantaloons
3 Replies

6. AIX

Connecting system to Virtual HMC

Hi, I just successfully build a Virtual Machine in virtual box with Perfectly running HMC v7. I have a IBM eServer pSeries Model 630 Model 6C4 (Power 4) i.e. 7024-6C4. I am not able to have it connect to the HMC console on the Virtual Box. Can anyone help me on how to connect it to the... (8 Replies)
Discussion started by: uzair_rock
8 Replies

7. Shell Programming and Scripting

Perl write and read on same file

Hi, I am trying to do a write operation followed by a read operation on the same file through Perl, expecting the output produced by read to contain the new lines added, as follows: #! /usr/bin/perl -w open FH, "+< testfile" or die "$@"; print FH "New content added\n"; while (my $line =... (1 Reply)
Discussion started by: royalibrahim
1 Replies

8. Shell Programming and Scripting

Replace Control M (^M) character with new line

Hi All, We are getting an external file in abc.csv format. When opened in excel spread sheet, it is opening alright. But when opened in notepad, I see the contents in a single line. Ftp'd the file in binary mode to AIX UNIX host. When opened, I see Control M (^M) characters in place of New Line... (16 Replies)
Discussion started by: njny
16 Replies