
Defaults - creates a configuration file that stores default values for telescope, x-axis, y-axis and time for the splot application.

Defaults creates a hidden system configuration file, storing default values for the splot application.

IO::File Class::Struct Cwd

Methods available in this class:
Creates an new Defaults object. A new Defaults object will be created.
$defaults = Defaults->new;
Reads an existing .splotcfg configuration file to set default values or writes to this file with program pre-determined values if file did not already exist
$defaults = Defaults->r_defaults();
Writes to an existing .splotcfg configuration file to set default values or writes to this file with program pre-determined values if file did not already exist
$defaults = Defaults->w_defaults();

Pam Shimek (University of Victoria)

Copyright (C) 2012 Science and Technology Facilities Council. Copyright (C) 1998 Particle Physics and Astronomy Research Council. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.